home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / linkedit / linkedit.lha / link-edit / LinkEdit / Link / mf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-13  |  139 b   |  11 lines

  1. #define EPSILON 0.00001
  2.  
  3. extern double Angle();
  4. extern double DotProduct();
  5. extern double Norm();
  6. extern double TwoByTwoDeterminant();
  7.  
  8.  
  9.  
  10.  
  11.